home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Graphics / jpegoptim / readme.amiga < prev    next >
Encoding:
Text File  |  1997-08-22  |  1.4 KB  |  56 lines

  1.  
  2.                jpegoptim v1.1 by Timo Kokkonen <tjko@jyu.fi>
  3.  
  4.          ported to Amiga by J. Lindgren <jussuf@klinja.fipnet.fi>
  5.  
  6.                                  22-Aug-97
  7.  
  8.                  See src/ directory for original documents
  9.  
  10.  
  11. Legal
  12. -----
  13. See src/COPYING
  14.  
  15.  
  16. Purpose
  17. -------
  18. This program optimizes JPEG pictures. Both lossless (default)
  19. and lossy optimizations are featured. Self-explanatory usage
  20. help is available by running "jpegoptim -h"
  21.  
  22. WARNING! Please do NOT use lossy optimization on pictures that
  23. you will distribute and have not made yourself. It damages
  24. the picture quality, and is just as same as if you'd go
  25. "improve" a Van Gogh with your set of Carioca Junior pens.
  26.  
  27.  
  28. Requirements
  29. ------------
  30. · ixemul.library, atleast 46.1 will do
  31. · JPEGTMP: should be assigned to a drive with some free
  32.   space for temporary files
  33.  
  34. (· jpeglib.a & includes v6a or newer for re-compiling)
  35.  
  36. Dunno about other stuff. This utility has been tested on A4040 
  37. and AmigaOS3.1.
  38.  
  39.  
  40. Compilation
  41. -----------
  42. I used ADE gcc v2.7.2 and jpegsrc.v6a.tar.gz to compile. I had
  43. to make some crap replacement routines and stuff to make the
  44. Amiga version functional. They are under "#ifdef AMIGA" 
  45. statements so they shouldn't affect compiling on other platforms.
  46.  
  47.  
  48. Reporting bugs
  49. --------------
  50. Any bugs on this Amiga version are probably introduced by 
  51. <jussuf@klinja.fipnet.fi>, so don't pester mr. Kokkonen about
  52. them but email me instead.
  53.  
  54.  
  55. -EOT-
  56.